@charset "utf-8";

/*首页视频*/
.banner-vd{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #000;
}
.banner-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}
.banner-box i{
	display: block;
	width: 396px;
	height: 291px;
	position: absolute;
	left: 50%;
	margin-left: -198px;
	top: 50%;
	margin-top: -180px;
}
.banner-box .play{
	display: block;
	width: 92px;
	height: 92px;
	position: absolute;
	left: 50%;
	margin-left: -46px;
	bottom: -110px;
}
.banner-box em{
	display: block;
	position: absolute;
	width: 93px;
	height: 86px;
	left: 50%;
	margin-left: -46.5px;
	bottom: 10px;
}
#video_player{
	display: block;
	width: 100%;
	height: 100%;
}
.video_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/video_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	z-index: 3;
}

/*banner*/
.banner{
	padding-top: 120px;
}
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #c01920;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 15px;
}

/*首页关于我们*/
.cont1.active{
	padding-top: 201px;
}
.cont1-c li{
	float: left;
	width: 24.1%;
	margin-right: 1.2%;
	position: relative;
	overflow: hidden;
}
.cont1-c li:last-child{
	margin-right: 0;
}
.cont1-c li>img{
	width: 100%;
	height: auto;
}
.cont1-c strong{
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(192,25,32,0.8);
	z-index: 2;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1-c li div{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont1-box{
	margin-top: 40px;
}
.cont1-txt p{
	text-align: center;
	font-size: 17px;
	color: #7d7d7d;
	line-height: 30px;
}
.cont1-c{
	margin-top: 30px;
}
.cont1-c li div i{
	display: block;
	margin-top: 15%;
}
.cont1-c li div i img{
	margin: 0 auto;
}
.cont1-c li div span{
	display: block;
	text-align: center;
	color: #fff;
	margin: 5px 0;
}
.cont1-c li div h4{
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.cont1-c li div em{
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
	opacity: 0.6;
	margin-top: 10px;
}
.cont1-c li div a{
	position: absolute;
	background-color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 12px;
	width: 82px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #c01920;
	box-shadow: 0 0 10px rgba(151,117,80,0.6);
	bottom: -10px;
	left: 50%;
	margin-left: -41px;
	opacity: 0;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont1-c li:hover div a{
	opacity: 1;
	bottom: 5px;
}
.cont1-c li:hover div{
	background-color: transparent;
	/*background-color: rgba(192,25,32,0.8);*/
}
.cont1-c li:hover strong{
	right: 0;
}
/*首页发展历程*/
.cont2{
	overflow: hidden;
	margin-top: 90px;
	height: 800px;
	background: url(../img/lc_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}
.cont2 .title{
	margin-top: 90px;
}
.cont2 .title em{
	color: #fff;
}
.cont2 .title h2{
	color: #fff;
}
.cont2 .title i{
	background-color: #fff;
}
.cont2-date{
	position: relative;
	height: 90px;
	margin-top: 50px;
	padding: 0 100px;
}
.cont2-date em{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.cont2-date .swiper-slide{
	cursor: pointer;
	height: 90px;
	background: url(../img/lc_bgs.png) no-repeat center bottom;
	background-size: 100% auto;	
}
.cont2-date .swiper-button-next,.cont2-date  .swiper-button-prev{
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-top: 0;
	top: auto;
	bottom: 0;
}
.cont2-date .swiper-button-next,.cont2-date .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right.png);
    background-position:  center center;
    background-size: auto;
    right: 0;
    left: auto;
}
.cont2-date  .swiper-button-prev,.cont2-date .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left.png);
    background-size: auto;
    background-position:  center center;
    left: 0;
    right: auto;
}
.cont2-date .swiper-button-next:hover,.cont2-date  .swiper-button-prev:hover{
	background-color: #c01920;
	border-color: #c01920;
}
.cont2-date .swiper-slide:hover em,.cont2-date .swiper-slide.acc em{
	font-size: 34px;
	font-weight: bold;
}
.cont2-txt{
	padding: 0 120px;
	margin-top: 60px;
}
.cont2-txt li{
	overflow: hidden;
	margin-bottom: 20px;
}
.cont2-txt li em{
	float: left;
	width: 96px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-right: 15px;
	background: url(../img/time.png) no-repeat center center;
}
.cont2-txt li p{
	float: left;
	width: 80%;
	font-size: 17px;
	color: #fff;
	line-height: 36px;
}
.cont2 .btn{
	display: block;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	line-height: 45px;
	text-transform: uppercase;
	width: 250px;
	height: 45px;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -126px;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont2 .btn:hover{
	background-color: #c01920;
	color: #fff;
	border-color: #c01920;
}
/*品牌介绍*/
.cont3-box{
	background-color: #d9cbbd;
	position: relative;
}
.cont3-c-l-box{
	width: 82%;
	float: left;
}
.cont3-c-l .cont3-c-l-m{
	width: 54%;
	position: relative;
	float: left;
}
.cont3-c-l .cont3-c-l-m>img{
	width: 100%;
	box-sizing: border-box;
	padding-left: 21px;
	height: auto;
	opacity: 0;
}
.cont3-c-l.ac .cont3-c-l-m>img{
	opacity: 1;
}
.cont3-c-l.active .cont3-c-l-m>img{
	-webkit-animation: bounceIn2 0.8s ease-in-out;
	animation: bounceIn2 0.8s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes bounceIn2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.cont3-c-l .cont3-c-l-m i{
	display: block;
	width: 170px;
	height: 148px;
	position: absolute;
	left: 0;
	bottom: -22px;
}
.cont3-c-l .cont3-c-l-m i img{
	width: 100%;
	height: 100%;
}
.cont3-c-l-t{
	float: left;
	width: 46%;
	position: relative;
	box-sizing: border-box;
	padding-left: 80px;
}
.cont3-c-l-t i{
	display: block;
	width: 70px;
	height: 1px;
	background-color: #9e7a55;
	position: absolute;
	left: 0;
	top: 40px;
}
.cont3-c-l-t h4{
	font-size: 26px;
	color: #9e7a55;
	font-weight: bold;
	margin-top: 20px
}
.cont3-c-l-t em{
	display: block;
	font-size: 20px;
	color: #9e7a55;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 30px
}
.cont3-c-l-t p{
	font-size: 17px;
	color: #333;
	line-height: 36px;
	margin-bottom: 10px;
}
.cont3-c-l-t a{
	font-size: 20px;
	color: #fff;
}
.cont3-wz img{
	width: 100%;
	height: auto;
}
.cont3-wz{
	margin-top: 150px;
}
.cont3 .title{
	padding: 80px 0 60px;
}
.cont3-wz{
	position: relative;
}
.cont3-wz-box{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.cont3-wz-box div{
	position: relative;
	height: 100%;
}
.cont3-wz ul{
	width: 72%;
	height: 100%;
}
.cont3-wz ul li{
	float: left;
	width: 25%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: url(../img/bro.png) no-repeat right center;
}
.cont3-wz ul li:last-child{
	background-image: none;
}
.cont3-wz ul li span{
	display: block;
	text-align: center;
	font-size: 42px;
	color: #fff;
	font-weight: 100;
	width: 100%;
}
.cont3-wz ul li em{
	display: block;
	text-align: center;
	font-size: 17px;
	color: #fff;
	width: 100%;
}
.cont3-c-box{
	position: relative;
	padding: 75px 0;
}
.cont3-c-r{
	width: 15%;
	height: 100%;
	position: absolute;
	right: 0;
	top: -215px;
	border-left: 2px solid #d9cbbd;
	padding-top: 215px;
	padding-bottom: 150px;
	background-color: #fff;
	z-index: 3;
}
.cont3-c-r .swiper-container{
	height: 100%;
}
.cont3-c-r .swiper-slide{
	border-top: 2px solid #f8f5f2;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.cont3-c-r .swiper-slide strong{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	font-family: impact;
	font-size: 120px;
	color: #d9cbbd;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.15;
}
.cont3-c-r .swiper-slide div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	color: #d2c3b6;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont3-c-r .swiper-slide div span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.cont3-c-r .swiper-slide div em{
	display: block;
	font-size: 15px;
	font-weight: 100;
	line-height: 20px;
}
.cont3-c-r .swiper-button-next,.cont3-c-r .swiper-button-prev {
    position: absolute;
    top: initial;
    width: 27px;
    height: 44px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.cont3-c-r .swiper-button-prev,.cont3-c-r .swiper-container-rtl .swiper-button-next{
	width: 100%;
	height: 215px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/top.png) no-repeat center center;
	background-size: auto;
}
.cont3-c-r .swiper-button-next,.cont3-c-r .swiper-container-rtl .swiper-button-prev{
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/bottom.png) no-repeat center center;
	background-size: auto;
}
.cont3_white{
	width: 12%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	background-color: #fff;
}
.cont3-c-r .swiper-button-next:hover,.cont3-c-r .swiper-button-prev:hover{
	background-color: #d9cbbd;
}
.cont3-c-r .swiper-slide.ac,.cont3-c-r .swiper-slide:hover{
	background-color: #c01920;
	border-color: #c01920;
}
.cont3-c-r .swiper-slide.ac strong{
	color: #fff;
}
.cont3-c-r .swiper-slide.ac  div{
	color: #fff;
}
/*特色产品*/
.cont4{
	padding: 80px 0 130px;
}
.cont4-tab ul{
	width: 800px;
	margin: 40px auto 0;
}
.cont4-tab li{
	float: left;
	width: 160px;
	background: url(../img/dd.png) no-repeat right center;
}
.cont4-tab li:last-child{
	background-image: none;
}
.cont4-tab li a{
	display: block;
	width: 110px;
	line-height: 32px;
	font-size: 17px;
	color: #6d6c6c;
	text-align: center;
	margin: 0 auto;
}
.cont4-tab li:hover a,.cont4-tab li.active a{
	background-color: #c01920;
	color: #fff;
	border-radius: 50px;
}
.cont4-c-box{
	margin-top: 70px;
}
.cont4-c li a{
	display: block;
	position: relative;
}
.cont4-c>ul{
	float: left;
	width: 40%;
}
.cont4-c img{
	width: 100%;
	height: auto;
}
.cont4-c2 li{
	float: left;
	width: 50%;
}
.cont4-c .cont4-c3{
	width: 20%;
}
.cont4-c1-txt{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cont4-c1-tit em,.cont4-c1-tit i,.cont4-c1-tit span{
	float: left;
	font-weight: 100;
}
.cont4-c1-tit em{
	font-size: 32px;
	color: #9e7b55;
	line-height: 40px;
}
.cont4-c1-tit i{
	display: block;
	width: 34px;
	height: 2px;
	background-color: #9e7a55;
	margin: 19px 20px 0;
}
.cont4-c1-tit{
	position: absolute;
	top: 20px;
	left: 0;
}
.cont4-c1-tit strong{
	font-size: 24px;
	font-weight: 100;
	color: #9e7b55;
	line-height: 40px;
}
.cont4-c1-txt{
	box-sizing: border-box;
	padding: 70px 20px 0 170px;
}
.cont4-c1-txt p{
	font-size: 18px;
	color: #9e7a55;
	line-height: 30px;
	display: -webkit-box;
	font-weight: 100;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.cont4-c1-txt span{
	display: block;
	width: 136px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #c01920;
	color: #c01920;
	border-radius: 50px;
	margin-top: 20px;
	text-transform: uppercase;
}
.cont4-c2-txt div,.cont4-c3-txt div{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont4-c2-txt div em,.cont4-c3-txt div em{
	display: block;
	font-size: 40px;
	/*font-weight: 100;*/
	color: #9e7b55;
	text-align: center;
}
.cont4-c2-txt div span,.cont4-c3-txt div span{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #9e7b55;
	/*font-weight: 100;*/
}
.cont4-c li img{
	box-sizing: border-box;
	/*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/
}
.cont4-c li:hover img{
	border: 5px solid #c01920;
}
/*最新资讯*/
.cont5{
	background-color: #e0d4c8;
	padding: 80px 0 70px;
}
.cont5 .title{
	margin-bottom: 55px;
}
.cont5-box li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	position: relative;
}
.cont5-box li:last-child{
	margin-right: 0;
}
.cont5-box li img{
	width: 100%;
	height: auto;
}
.cont5-box li a{
	overflow: hidden;
	display: block;
	position: relative;
}
.cont5-box li a div{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	padding: 15px 8%;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont5-box li:hover a div{
	background-color: rgba(158,122,85,0.75);
}
.cont5-box li a div h4{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.cont5-box li a div p{
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 0;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont5-box li:hover a div p{
	height: 22px;
}
.cont5-box .time{
	position: absolute;
	background-color: #fff;
	top: -15px;
	left: 20px;
	width: 90px;
	height: 110px;
	z-index: 3;
	color: #9c9c9c;
	overflow: hidden;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont5-box li:hover .time{
	color: #fff;
	background-color: #c01920;
}
.cont5-box .time h5{
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
	margin-top: 45px;
}
.cont5-box .time em{
	display: block;
	font-size: 16px;
	text-align: right;
	padding-right: 10px;
}
.cont5 .btn{
	display: block;
	text-align: center;
	border: 1px solid #c01920;
	border-radius: 50px;
	color: #c01920;
	line-height: 45px;
	text-transform: uppercase;
	width: 250px;
	height: 45px;
	margin: 60px auto 0;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont5 .btn:hover{
	background-color: #fff;
	color: #c01920;
	border-color: #fff;
}
.else{
	background-color: #fff;
	padding: 30px 0;
}
.else-box a{
	display: block;
	float: left;
	width: 12.5%;
}
.else-box a i{
	display: block;
	width: 80%;
	height: 80px;
	margin: 0 auto;
	background: url(../img/hy.png) no-repeat center top;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.else-box a:nth-child(2) i{
	background-image: url(../img/mt.png);
}
.else-box a:nth-child(3) i{
	background-image: url(../img/dp.png);
}
.else-box a:nth-child(4) i{
	background-image: url(../img/mt2.png);
}
.else-box a:nth-child(5) i{
	background-image: url(../img/elm.png);
}
.else-box a:nth-child(6) i{
	background-image: url(../img/dy.png);
}
.else-box a:nth-child(7) i{
	background-image: url(../img/xhs.png);
}
.else-box a:nth-child(8) i{
	background-image: url(../img/wb2.png);
}
.else-box a span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #9e7b55;
}
.else-box a:hover span{
	color: #c01920;
}
.else-box a:hover i{
	background-position: center bottom;
}

/*内容*/
.main{
	overflow: hidden;
	min-width: 1200px;
	min-height: 600px;
}
.about{
	/*max-height: 1500px;
	overflow-y: scroll;*/
}
.about table{
	width: 60% !important;
	margin: 30px auto 20px;
}
.about table tr td{
	border: 1px solid #ddd !important;
	line-height: 40px;
	text-align: center
}
.about table tr td p,.about table tr td p span{
	line-height: 40px !important;
	text-align: center;
	font-size: 16px !important;
	color: #333 !important;
}
.about p{
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	color: #333;
}
.about img{
	max-width: 100%;
	margin: 10px auto;
}
.news-list li{
	border: 0;
    box-shadow: 5px 4px 32px 0px rgba(0, 0, 0, 0.1);
    padding: 2%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 40px;
}
.news-list li>a{
	float: left;
	display: block;
	overflow: hidden;
	width: 30%;
}
.news-list li>a img{
	width: 100%;
	height: auto;
	transition: all 0.36s ease;
}
.news-list li:hover>a img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.news-list li div{
	float: right;
	width: 67%;
}
.news-list li div h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 2%;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li div h4 a{
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.news-list li div p{
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #666;
}
.news-list li div em{
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.news-list li:hover div h4{
	margin-top: 1%;
}
.news-list li:hover div h4 a{
	color: #c01920;
}
/*新闻详情*/
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
}
.news-xq-c img{
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}
.news-xq-c{
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.news-xq .turn{
	width: 100%;
	background-color: #f5f5f5;
}
.news-xq .turn li{
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.news-xq .turn li a{
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 50px;
}
.news-xq .turn li:hover{
	background-color: #c01920;
}
.news-xq .turn li:hover a{
	color: #fff;
}
.news-xq .turn li:nth-child(1){
	float: left;
	text-align: left;
	border-right: 1px solid #ddd;
}
.news-xq .turn li:nth-child(2){
	float: right;
	text-align: right;
}
/*门店通讯*/
.store-list h4{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.store-list table{
	width: 100%;
}
.store-list table th{
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #c01920;
	border: 1px solid #ddd;
}
.store-list table td{
	border: 1px solid #ddd;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.store-list table td a{
	display: block;
	line-break: 40px;
	text-align: left;
	padding-left: 60px;
	color: #333;
	background: url(../img/lx2.png) no-repeat 30px center;
	background-size: 20px auto;
}
.ppjs-tit{
	margin-top: 20px;
	margin-bottom: 40px;
}
.ppjs-tit h4{
	font-size: 30px;
	color: #333;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dashed #ddd;
}
/*菜品展示*/
.product-box{
	width: 84%;
	margin: 40px auto;
}
.product-list a{
	float: left;
    position: relative;
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.product-list a:nth-child(4n){
	margin-right: 0;
}
.product-list a img{
	width: 100%;
	height: auto;
}
.product-list a div {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -60px;
    height: 110px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.product-list a div h4 {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list a div span {
    display: block;
    border: 2px #fff solid;
    width: 140px;
    height: 38px;
    line-height: 34px;
    font-weight: normal;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.product-list a:hover div{
	background-color: rgba(220,0,0,0.4);
	bottom: 0;
}
/*品牌介绍*/
.ppjs2-box li{
	background-color: #f1f1f1;
	padding: 3%;
	margin-bottom: 40px;
	position: relative;
}
.ppjs2-box li .ppjs2_log{
	width: 100px;
    height: 100px;
    position: absolute;
    top: 14%;
    left: 4%;
    opacity: 0.8;
}
.ppjs2-box li i{
	float: left;
    width: 40%;
    overflow: hidden;
}
.ppjs2-box li i img{
	width: 100%;
	height: auto;
	webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ppjs2-box li:hover i img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.ppjs2-box li div{
	float: right;
	width: 57%;
}
.ppjs2-box li div h4{
	font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ppjs2-box li:hover div h4{
	margin-top: 0;
	color: #c01920;
}
.ppjs2-box li div p{
	font-size: 16px;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.ppjs2-box li div a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
	background-color: #c01920;
	webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.ppjs2-box li:hover div a{
	opacity: 1;
}
.cont3-c-l-t p{
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

/*公司简介*/
.about h4{
	text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    color: #333;
}
.about1{
	width: 84%;
	margin: 0 auto;
}
.about1 img{
	width: 100%;
	margin-bottom: 20px;
}
.about1 p{
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.about2{
	width: 84%;
	margin: 0 auto;
}
.about2 ul{
	width: 100%;
	margin: 60px auto;
	border-left: 1px solid #c9c9c9;
}
.about2 li{
	margin-left: -20px;
	margin-bottom: 60px;
}
.about2 li i{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 80px;
	text-align: center;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	font-size: 24px;
	color: #c9c9c9;
	font-weight: bold;
}
.about2 li .case-cont{
	width: 90%;
	margin-left: 40px;
}
.about2 li .case-cont h2 a{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.about2 li .case-cont h2:hover a{
	color: #c01920;
	text-decoration: underline;
}
.about2 li .case-cont div p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: left;
}
.about2 li .case-cont div>a{
	display: block;
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 50px;
	padding-left: 20px;
	background: url(../img/case/xq.png) no-repeat left center;
}
.about2 li .case-cont div>a:hover{
	color: #fd7e1d;
	background-image: url(../img/case/xqs.png);
}
.about2 li .case-cont div{
	width: 66%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.about2 li:hover .case-cont div{
	margin-left: 10px;
}
.about2 li .case-cont>a{
	display: block;
	width: 30%;
	height: auto;
}
.about2 li .case-cont>a img{
	width: 100%;
	height: 100%;
}
.about3{
	padding: 50px 8%;
	background-color: #f6f6f6;
}
.about3 .about3-l{
	float: left;
	width: 50%;
}
.about3 .about3-l iframe{
	display: block;
	width: 100%;
	height: 400px;
}
.about3 .about3-r{
	width: 47%;
	float: right;
}
.about3 .about3-r p{
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
	color: #666;
}
.about3 .about3-r em{
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.about4{
	width: 84%;
	margin:  0 auto;
}
.about4 li{
	float: left;
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 30px;
}
.about4 li img{
	width: 100%;
	height: auto;
}
.about4 li:nth-child(4n){
	margin-right: 0;
}
.about4 li span{
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.about-cc>div{
	margin-bottom: 52px;
}
.news-box{
	width: 84%;
	margin: 0 auto;
}
.news-bg{
	background-color: #f6f6f6;
	overflow: hidden;
}
.news-xq{
	width: 84%;
	min-width: 1200px;
	margin: 40px auto;
	background-color: #fff;
	padding: 80px;
	box-sizing: border-box;
}
.news-xq-tit{
	position: relative;
}
.bdsharebuttonbox{
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.Investment{
	width: 84%;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.inBanner img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.Investment .box2 h2 {
    font-size: 36px;
    text-align: center;
    color: #333;
}
.Investment .box2 ul {
    text-align: center;
    margin-top: 40px;
}
.Investment .box2 ul li {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 3%;
}
.Investment .box2 ul li h3 {
    color: #3a3a3a;
    font-size: 20px;
    margin-bottom: 10px;
}
.Investment .box2 .description {
    color: #797979;
    font-size: 16px;
    line-height: 30px;
}
.Investment .box2 {
    background: #f6f6f6;
    padding-bottom: 80px;
}
.Investment .box3 {
    padding-top: 60px;
}
.Investment .box3 h2 {
    font-size: 36px;
    text-align: center;
}
.Investment .box3 ul {
    border-top: 1px solid #dcdcdc;
    margin-top: 35px;
    width: 100%;
    padding-left: 10%;
}
.Investment .box3 li {
    width: 20%;
    float: left;
    height: 500px;
    padding: 35px 2%;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-left: 1px solid #ddd;
}
.Investment .box3 li:first-child{
	border: none;
}
.Investment .box3 li .icon {
    height: 134px;
    width: 134px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #d31b03;
    margin: 0 auto 18px;
    background: url(../img/t1.png) no-repeat center center;
}
.Investment .box3 li:nth-child(2) .icon{
	background-image: url(../img/t2.png);
}
.Investment .box3 li:nth-child(3) .icon{
	background-image: url(../img/t3.png);
}
.Investment .box3 li:nth-child(4) .icon{
	background-image: url(../img/t4.png);
}
.Investment .box3 li .title:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 1px;
    background: #ccc;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Investment .box3 li .icon i {
    position: absolute;
    font-size: 52px;
    text-align: center;
    line-height: 134px;
    width: 100%;
    color: #d31b03;
}
._iconfont {
    font-family: iconfont;
    font-style: initial;
}
.Investment .box3 li .title {
    text-align: center;
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.Investment .box3 .description {
    color: #797979;
    font-size: 16px;
    height: 105px;
    overflow: hidden;
}
.Investment .box3 .num {
    color: #ddd;
    font-size: 36px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Investment .box3 li:hover{
	border: 1px solid #d31b03;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	 -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    border-radius: 10px;
}
.Investment .box3 li:hover .num{
	color: #b31808;
}
.Investment .box3 li{
	cursor: pointer;
}
.Investment .box4 {
	/*margin: 50px auto 80px;
    background: #f6f6f6;
    padding: 20px;*/
}
.box4-dd{
	position: relative;
}
.box4-dd .swiper-slide{
	position: relative;
}
.box4-dd .swiper-slide .box4-r{
	width: 50%;
	float: right;
}
.box4-dd .swiper-slide .box4-r img{
	width: 100%;
	height: auto;
}
.box4-dd .swiper-slide .box4-l{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 30px;
}
.box4-dd .swiper-slide .box4-l h4{
    color: #3a3a3a;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 50px;
}
.box4-dd .swiper-slide .box4-l p{
	color: #797979;
    font-size: 16px;
    line-height: 30px;
}
.box4-dd .swiper-button-next,.box4-dd .swiper-button-prev {
    position: absolute;
    top: initial;
    bottom: 0;
    width: 150px;
    height: 90px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    color: #333;
    font-size: 25px;
    background-color: #ddd;
    text-align: center;
    line-height: 90px;
}
.box4-dd .swiper-button-prev,.box4-dd .swiper-container-rtl .swiper-button-next{
	background-image: none;
	left: inherit;
	right: 50%;
	margin-right: -150px;
}
.box4-dd .swiper-button-next,.box4-dd .swiper-container-rtl .swiper-button-prev{
	background-image: none;
	left: 50%;
	margin-left: -150px;
}
.box4-dd .swiper-button-next:hover,.box4-dd .swiper-button-prev:hover{
	background-color: #c01920;
	color: #fff;
}
.Investment .box5 {
    margin-bottom: 80px;
}
.Investment .box5 .Cooperation {
    background: url(../img/bgbg.jpg) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 75px 0;
}
.Investment .box5 .Cooperation h2 {
    font-size: 36px;
    margin-bottom: 10px;
}
.Investment .box5 .Cooperation p {
    font-size: 24px;
    margin-bottom: 25px;
}
.Investment .box5 .qr {
    text-align: center;
    margin-bottom: 15px;
}
.Investment .box5 .qr img {
    margin: 0 auto;
    width: 150px;
}
.Investment .box5 .qr span {
    font-size: 16px;
}
.Investment .box5 .CooperativeTelephone h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.Investment .box5 .CooperativeTelephone a {
    background: #fff;
    color: #db261d;
    width: 500px;
    display: inline-block;
    line-height: 66px;
    font-size: 36px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-weight: 700;
}
.ppjs-c4 img{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.ppjs-c1{
	width: 84%;
	margin: 40px auto 0;
}
.ppjs-c1 img{
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.ppjs-c1 p{
	text-align: center;
	font-size: 16px;
	text-align: center;
	color: #666;
	line-height: 30px;
}
.ppjs-box h4{
	font-size: 32px;
    text-align: center;
    font-family: "宋体";
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #eee;
}
.ppjs-c2{
	width: 84%;
	margin: 60px auto 0;
}
.ppjs-c2 li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.ppjs-c2 li:nth-child(2n){
	margin-right: 0;
}
.ppjs-c2 li img{
	width: 100%;
	height: auto;
}
.ppjs-c3{
	width: 84%;
	margin: 0 auto 60px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #f6f6f6;
}
.ppjs-c3 li{
	float: left;
	width: 23%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-right: 2.666%;
}
.ppjs-c3 li:last-child{
	margin-right: 0;
}
.ppjs-c3 li img{
	width: 100%;
	height: auto;
}
.brand-c a div{
	display: block;
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 50px;
}
.brand-c a div h5{
    color: #3a3a3a;
    font-size: 26px;
    margin-bottom: 26px;
    margin-top: 31px;
}
.brand-c a div p{
	color: #797979;
    font-size: 15px;
    line-height: 28px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.brand-c a i{
	float: right;
	width: 70%;
	background-color: #000;
}
.brand-c a i img{
	width: 100%;
	height: auto;
}
.brand-c a{
	display: block;
	height: 100%;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	position: relative;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.brand-c a:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}
.box4 h2{
	margin-bottom: 40px;
	margin-top: 60px;
	font-size: 36px;
    text-align: center;
    color: #333;
}
